home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Unix / CNews / Source / conf / config.proto < prev    next >
Encoding:
Text File  |  1989-08-14  |  1.0 KB  |  25 lines

  1. # configuration -- all the shell files pick this up using "."
  2. # this makes it possible to add new variables here and have them
  3. #  available everywhere immediately
  4. #
  5. # This is not, repeat NOT, a master control file for all of C News.
  6. # This is the shell equivalent of libcnews/config.c, a "subroutine
  7. # library" that gives shell files access to the default settings and
  8. # lets environment variables override the defaults.  Changing the
  9. # defaults here will *NOT* change them throughout C News.
  10. #
  11. # =()<NEWSCTL=${NEWSCTL-@<NEWSCTL>@}>()=
  12. NEWSCTL=${NEWSCTL-/usr/lib/news}
  13. # =()<NEWSBIN=${NEWSBIN-@<NEWSBIN>@}>()=
  14. NEWSBIN=${NEWSBIN-/usr/lib/newsbin}
  15. # =()<NEWSARTS=${NEWSARTS-@<NEWSARTS>@}>()=
  16. NEWSARTS=${NEWSARTS-/usr/spool/news}
  17. # =()<NEWSPATH=${NEWSPATH-@<NEWSPATH>@}>()=
  18. NEWSPATH=${NEWSPATH-/bin:/usr/bin}
  19. # =()<NEWSUMASK=${NEWSUMASK-@<NEWSUMASK>@}>()=
  20. NEWSUMASK=${NEWSUMASK-002}
  21. # =()<NEWSMASTER=${NEWSMASTER-@<NEWSMASTER>@}>()=
  22. NEWSMASTER=${NEWSMASTER-usenet}
  23. # =()<NEWSCONFIG=${NEWSCONFIG-@<NEWSCONFIG>@}>()=
  24. NEWSCONFIG=${NEWSCONFIG-/usr/lib/news/bin/config}
  25.